confirmPasswordReset

open suspend fun confirmPasswordReset(collection: String, passwordResetToken: String, password: String, passwordConfirm: String): Boolean

Confirms a password reset request and sets a new auth record password.

Parameters

collection

ID or name of the auth collection.

passwordResetToken

The token from the password reset request email.

password

The new auth record password to set

passwordConfirm

New auth record password confirmation.